From 0ecba45a1fba3912189a5d8f55096f07945c9865 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 12 Feb 2004 04:32:22 +0000 Subject: [PATCH] Del unused variables. --- delgpl.c | 2 -- magproto.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/delgpl.c b/delgpl.c index 90cf4a1f8..7709e8259 100644 --- a/delgpl.c +++ b/delgpl.c @@ -26,8 +26,6 @@ #define MYNAME "GPL" -extern gpsdata_type objective; - typedef struct gpl_point { unsigned int status; unsigned int dummy1; diff --git a/magproto.c b/magproto.c index 5ec4fdb80..1db4b91a8 100644 --- a/magproto.c +++ b/magproto.c @@ -30,8 +30,6 @@ int bitrate = 4800; #define debug_serial (global_opts.debug_level > 1) -extern gpsdata_type objective; - static char * termread(char *ibuf, int size); static void termwrite(char *obuf, int size); static void mag_readmsg(void); -- 2.30.2